home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * $Source: /unixb/home/unixlib/source/unixlib37/src/clib/h/RCS/malloc,v $
- * $Date: 1996/04/19 21:02:57 $
- * $Revision: 1.1 $
- * $State: Rel $
- * $Author: simon $
- *
- * $Log: malloc,v $
- * Revision 1.1 1996/04/19 21:02:57 simon
- * Initial revision
- *
- ***************************************************************************/
-
- #ifndef __MALLOC_H
- #define __MALLOC_H 1
- #ifndef __STDLIB_H
- #include <stdlib.h>
- #endif
- #endif
-